CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - log 边缘

搜索资源列表

  1. LoG

    0下载:
  2. 利用LoG边缘算子法对图像进行边缘提取的源代码,利用LoG边缘算子法对图像进行边缘提取的源代码.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1750
    • 提供者:chenfang
  1. log边缘检测

    0下载:
  2. 边缘检测是图像处理和计算机视觉中的基本问题,边缘检测的目的是标识数字图像中亮度变化明显的点。图像属性中的显著变化通常反映了属性的重要事件和变化。 这些包括(i)深度上的不连续、(ii)表面方向不连续、(iii)物质属性变化和(iv)场景照明变化。 边缘检测是图像处理和计算机视觉中,尤其是特征提取中的一个研究领域。 图像边缘检测大幅度地减少了数据量,并且剔除了可以认为不相关的信息,保留了图像重要的结构属性。有许多方法用于边缘检测,它们的绝大部分可以划分为两类:基于查找一类和基于零穿越的一类。基于
  3. 所属分类:源码下载

  1. 627

    0下载:
  2. 关于边缘检测各种算法的比较研究,包括roberts,sobel,prewitt,LOG,canny等五种-Edge detection algorithms on the comparative studies, including roberts, sobel, prewitt, LOG, canny and other five
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3383
    • 提供者:李甜甜
  1. 边缘检测算子对比

    0下载:
  2. 边缘检测中,不同算子处理结果对比 含sobel、roberts、prewitt、log、canny等
  3. 所属分类:matlab例程

  1. Log

    0下载:
  2. 边缘提取的源代码,要的就下,很有用的。- The edge withdraws the source code, wants under, very useful.
  3. 所属分类:Graph program

    • 发布日期:2017-11-12
    • 文件大小:234556
    • 提供者:于忠徐
  1. fifteen

    0下载:
  2. 第十五章 图像分析 15.1 边缘检测 15.1.1 微分算子 15.1.2 Log算子 15.1.3 Canny 算子 15.2 四叉树分解 15.2.1 四叉树分解 15.2.2 四叉树 MATLAB 函数 -Chapter XV 15.1 edge detection image analysis 15.1.1 Differential Operators 15.1.2 Log Operator 15.1.3 Canny operator 15.2
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2830
    • 提供者:王万国
  1. Log

    0下载:
  2. VC编程实现 LOG算子的亚像素边缘检测-VC Programming LOG operator sub-pixel edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:181635
    • 提供者:xiaoyang
  1. Log

    0下载:
  2. 用LOG滤波器提取图像边缘,用数学形态学的方法提取图像骨架线-LOG filter with image edge extraction using mathematical morphology to extract the skeleton line images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:192077
    • 提供者:林慧
  1. log

    0下载:
  2. 应用log算法进行图像的边缘检测,log算法是一种基于灰度值的二阶导数来进行边缘检测的,通过检测零点来进行边缘检测-Application log algorithm for image edge detection, log-based algorithm is a gray value of the second derivative for edge detection, by detecting zero for edge detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-22
    • 文件大小:1675
    • 提供者:zhangzhang
  1. compare_of_edge_detect_methods

    0下载:
  2. 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-17
    • 文件大小:156571
    • 提供者:liujia
  1. log

    0下载:
  2. log边缘检测的VC工程,可实现边缘检测,锐化等。并含有书面说明及实验文档。-log edge detection of the VC project can be realized edge detection, sharpening and so on. And contains a written descr iption and laboratory documentation.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-18
    • 文件大小:4955579
    • 提供者:iy.i
  1. log

    0下载:
  2. 此程序实现对一副图像的LOG梯度边缘检测方法-This procedure to achieve an image of the gradient edge detection method LOG
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:651
    • 提供者:李丹婷
  1. edge

    0下载:
  2. sobel、roberts、prewitt、log、canny、zerocross几种常用的边缘检测算子,还附检测图片。-edge detect program。sobel、roberts、prewitt、log、canny、zerocross
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:45639
    • 提供者:wct
  1. EdgeDetectionandSegmentation

    0下载:
  2. 边缘特征提取。可以实现Prewitt Roberts Log Canny 四个算法。-Edge feature extraction. Can be achieved in four Prewitt Roberts Log Canny algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:7590
    • 提供者:臧超
  1. log

    0下载:
  2. LOG边缘检测,实现不同的sigma情况下边缘检测的效果-log
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2132726
    • 提供者:qbm
  1. wbalance

    3下载:
  2. Matlab程序,实现了一种新的色彩白平衡算法。 针对物体在有色光源照射下呈现偏色的现象,提出一种改进的LoG边缘自动白平衡算法。该算法在YCbCr空间的Cb和Cr分量上同时利用LoG算子提取边缘,利用LoG边缘具有零交叉特性直接得到边缘两侧的像素。为了避免占主导的彩色纹理造成干扰,利用白色区域的偏色信息进行边缘抑制。利用得到彩色边缘对原图的偏色进行有效的估计,最后计算三颜色通道的增益并进行白平衡。对大量图片进行了实验,结果表明该算法对不同色光照射下的图像均能很好地进行白平衡,同时与多种白平衡算
  3. 所属分类:matlab例程

    • 发布日期:2013-07-18
    • 文件大小:705
    • 提供者:pika
  1. log

    0下载:
  2. log(利用LoG边缘算子法对图像进行边缘提取的源代码,编译后的可执行文件须带参数运行)-Log (use edge operator log method of image edge detection after the source code, and the translated the executable file should bring parameters operation)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:8397
    • 提供者:hunter
  1. log

    0下载:
  2. 利用LoG边缘算子法对图像进行边缘提取的源代码,编译后的可执行文件须带参数运行-LoG edge operator method for image edge extraction of the source code, compiled executable files carry operation parameters
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:1263
    • 提供者:freeman
  1. LOG

    0下载:
  2. 这是一个MATLAB LOG边缘检测算子的程序(MATLAB LOG Edge detection operator)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:完美将至
  1. 边缘检测

    0下载:
  2. 基于MATLAB的5种边缘检测,Robert,Sobel,Prewitt,LOG,Canny。(Five edge detections based on MATLAB, Robert, Sobel, Prewitt, LOG, Canny.)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com